| Risk Level | Number of Alerts |
|---|---|
|
High
|
1
|
|
Medium
|
6
|
|
Low
|
9
|
|
Informational
|
10
|
|
High |
Cloud Metadata Potentially Exposed |
|---|---|
| Description |
The Cloud Metadata Attack attempts to abuse a misconfigured NGINX server in order to access the instance metadata maintained by cloud service providers such as AWS, GCP and Azure.
All of these providers provide metadata via an internal unroutable IP address '169.254.169.254' - this can be exposed by incorrectly configured NGINX servers and accessed by using this IP address in the Host header field.
|
| URL | http://localhost/latest/meta-data/ |
| Method | GET |
| Parameter | |
| Attack | aws.zaproxy.org |
| Evidence | |
| Other Info | Based on the successful response status code cloud metadata may have been returned in the response. Check the response data to see if any cloud metadata has been returned. The meta data returned can include information that would allow an attacker to completely compromise the system. |
| Instances | 1 |
| Solution |
Do not trust any user data in NGINX configs. In this case it is probably the use of the $host variable which is set from the 'Host' header and can be controlled by an attacker.
|
| Reference | https://www.nginx.com/blog/trust-no-one-perils-of-trusting-user-input/ |
| CWE Id | |
| WASC Id | |
| Plugin Id | 90034 |
|
Medium |
CORS Misconfiguration |
|---|---|
| Description |
This CORS misconfiguration could allow an attacker to perform AJAX queries to the vulnerable website from a malicious page loaded by the victim's user agent.
In order to perform authenticated AJAX queries, the server must specify the header "Access-Control-Allow-Credentials: true" and the "Access-Control-Allow-Origin" header must be set to null or the malicious page's domain. Even if this misconfiguration doesn't allow authenticated AJAX requests, unauthenticated sensitive content can still be accessed (e.g intranet websites).
A malicious page can belong to a malicious website but also a trusted website with flaws (e.g XSS, support of HTTP without TLS allowing code injection through MITM, etc).
|
| URL | http://localhost/ |
| Method | GET |
| Parameter | |
| Attack | origin: http://9SlmWv2f.com |
| Evidence | |
| Other Info | |
| Instances | 1 |
| Solution |
If a web resource contains sensitive information, the origin should be properly specified in the Access-Control-Allow-Origin header. Only trusted websites needing this resource should be specified in this header, with the most secured protocol supported.
|
| Reference |
https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
https://portswigger.net/web-security/cors |
| CWE Id | 942 |
| WASC Id | 14 |
| Plugin Id | 40040 |
|
Medium |
Cross-Domain Misconfiguration |
|---|---|
| Description |
Web browser data loading may be possible, due to a Cross Origin Resource Sharing (CORS) misconfiguration on the web server
|
| URL | http://localhost/ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/api/Challenges/?name=Score%20Board |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/api/Quantitys/ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/assets/i18n/en.json |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/assets/public/favicon_js.ico |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/assets/public/images/hackingInstructor.png |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/assets/public/images/JuiceShop_Logo.png |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/assets/public/images/products/apple_juice.jpg |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/assets/public/images/products/apple_pressings.jpg |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/assets/public/images/products/artwork2.jpg |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/assets/public/images/products/banana_juice.jpg |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/assets/public/images/products/carrot_juice.jpeg |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/assets/public/images/products/eggfruit_juice.jpg |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/assets/public/images/products/fan_facemask.jpg |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/assets/public/images/products/fruit_press.jpg |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/assets/public/images/products/green_smoothie.jpg |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/assets/public/images/products/lemon_juice.jpg |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/assets/public/images/products/melon_bike.jpeg |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/assets/public/images/products/permafrost.jpg |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/font-mfizz.woff |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/main.js |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/MaterialIcons-Regular.woff2 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/polyfills.js |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/rest/admin/application-configuration |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/rest/admin/application-version |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/rest/captcha/ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/rest/languages |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/rest/products/search?q= |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/rest/user/whoami |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/robots.txt |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/runtime.js |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/sitemap.xml |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/styles.css |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| URL | http://localhost/vendor.js |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Access-Control-Allow-Origin: * |
| Other Info | The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing. |
| Instances | 34 |
| Solution |
Ensure that sensitive data is not available in an unauthenticated manner (using IP address white-listing, for instance).
Configure the "Access-Control-Allow-Origin" HTTP header to a more restrictive set of domains, or remove all CORS headers entirely, to allow the web browser to enforce the Same Origin Policy (SOP) in a more restrictive manner.
|
| Reference | https://vulncat.fortify.com/en/detail?id=desc.config.dotnet.html5_overly_permissive_cors_policy |
| CWE Id | 264 |
| WASC Id | 14 |
| Plugin Id | 10098 |
|
Medium |
HTTP Only Site |
|---|---|
| Description |
The site is only served under HTTP and not HTTPS.
|
| URL | http://localhost/ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | Failed to connect. ZAP attempted to connect via: https://localhost/ |
| Instances | 1 |
| Solution |
Configure your web or application server to use SSL (https).
|
| Reference |
https://cheatsheetseries.owasp.org/cheatsheets/Transport_Layer_Protection_Cheat_Sheet.html
https://letsencrypt.org/ |
| CWE Id | 311 |
| WASC Id | 4 |
| Plugin Id | 10106 |
|
Medium |
Proxy Disclosure |
|---|---|
| Description |
1 proxy server(s) were detected or fingerprinted. This information helps a potential attacker to determine
- A list of targets for an attack against the application.
- Potential vulnerabilities on the proxy servers that service the application.
- The presence or absence of any proxy-based components that might cause attacks against the application to be detected, prevented, or mitigated.
|
| URL | http://localhost/ |
| Method | GET |
| Parameter | |
| Attack | TRACE, OPTIONS methods with 'Max-Forwards' header. TRACK method. |
| Evidence | |
| Other Info | Using the TRACE, OPTIONS, and TRACK methods, the following proxy servers have been identified between ZAP and the application/web server: - Apache/2.4.59 (Debian) The following web/application server has been identified: - Apache/2.4.59 (Debian) |
| Instances | 1 |
| Solution |
Disable the 'TRACE' method on the proxy servers, as well as the origin web/application server.
Disable the 'OPTIONS' method on the proxy servers, as well as the origin web/application server, if it is not required for other purposes, such as 'CORS' (Cross Origin Resource Sharing).
Configure the web and application servers with custom error pages, to prevent 'fingerprintable' product-specific error pages being leaked to the user in the event of HTTP errors, such as 'TRACK' requests for non-existent pages.
Configure all proxies, application servers, and web servers to prevent disclosure of the technology and version information in the 'Server' and 'X-Powered-By' HTTP response headers.
|
| Reference | https://tools.ietf.org/html/rfc7231#section-5.1.2 |
| CWE Id | 200 |
| WASC Id | 45 |
| Plugin Id | 40025 |
|
Low |
Cross-Domain JavaScript Source File Inclusion |
|---|---|
| Description |
The page includes one or more script files from a third-party domain.
|
| URL | http://localhost/ |
| Method | GET |
| Parameter | //cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js |
| Attack | |
| Evidence | <script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js"></script> |
| Other Info | |
| URL | http://localhost/ |
| Method | GET |
| Parameter | //cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js |
| Attack | |
| Evidence | <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> |
| Other Info | |
| URL | http://localhost/sitemap.xml |
| Method | GET |
| Parameter | //cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js |
| Attack | |
| Evidence | <script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js"></script> |
| Other Info | |
| URL | http://localhost/sitemap.xml |
| Method | GET |
| Parameter | //cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js |
| Attack | |
| Evidence | <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> |
| Other Info | |
| Instances | 4 |
| Solution |
Ensure JavaScript source files are loaded from only trusted sources, and the sources can't be controlled by end users of the application.
|
| Reference | |
| CWE Id | 829 |
| WASC Id | 15 |
| Plugin Id | 10017 |
|
Low |
Dangerous JS Functions |
|---|---|
| Description |
A dangerous JS function seems to be in use that would leave the site vulnerable.
|
| URL | http://localhost/main.js |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | bypassSecurityTrustHtml |
| Other Info | |
| URL | http://localhost/vendor.js |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | bypassSecurityTrustHtml |
| Other Info | |
| Instances | 2 |
| Solution |
See the references for security advice on the use of these functions.
|
| Reference | https://angular.io/guide/security |
| CWE Id | 749 |
| WASC Id | |
| Plugin Id | 10110 |
|
Low |
Deprecated Feature Policy Header Set |
|---|---|
| Description |
The header has now been renamed to Permissions-Policy.
|
| URL | http://localhost/ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Feature-Policy |
| Other Info | |
| URL | http://localhost/main.js |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Feature-Policy |
| Other Info | |
| URL | http://localhost/polyfills.js |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Feature-Policy |
| Other Info | |
| URL | http://localhost/runtime.js |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Feature-Policy |
| Other Info | |
| URL | http://localhost/sitemap.xml |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Feature-Policy |
| Other Info | |
| URL | http://localhost/vendor.js |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Feature-Policy |
| Other Info | |
| Instances | 6 |
| Solution |
Ensure that your web server, application server, load balancer, etc. is configured to set the Permissions-Policy header instead of the Feature-Policy header.
|
| Reference |
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Permissions-Policy
https://scotthelme.co.uk/goodbye-feature-policy-and-hello-permissions-policy/ |
| CWE Id | 16 |
| WASC Id | 15 |
| Plugin Id | 10063 |
|
Low |
In Page Banner Information Leak |
|---|---|
| Description |
The server returned a version banner string in the response content. Such information leaks may allow attackers to further target specific issues impacting the product and version in use.
|
| URL | http://localhost/ftp |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlH3M&sid=DFCOFOKHfQw2wZHtAAP8 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJy4&sid=wCn3OA3vCveoH4y6AAQm |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMnY&sid=iDWJGMPoi2FMB-EnAARk |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQXp&sid=FgBfXtnKV_r-wQKlAASd |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=websocket&sid=DFCOFOKHfQw2wZHtAAP8 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=websocket&sid=wCn3OA3vCveoH4y6AAQm |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlCeN&sid=ptv8FaO60ar6xEmoAAPS |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlCgv&sid=ptv8FaO60ar6xEmoAAPS |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlCw1&sid=trJxsKZ1lnb7NcM7AAPT |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlD4N&sid=CPUgLkuhAcRZLPO2AAPU |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlD6K&sid=CPUgLkuhAcRZLPO2AAPU |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlDdm&sid=q1sSEFsCdBlkPjpWAAPW |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlDdX&sid=q1sSEFsCdBlkPjpWAAPW |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlDhy&sid=_0nm9TMtgn-HBlokAAPX |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlDK6&sid=QyIY_Q22EVcC-GRpAAPV |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlDKI&sid=QyIY_Q22EVcC-GRpAAPV |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlDmY&sid=_0nm9TMtgn-HBlokAAPX |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlDvm&sid=E3BWBjhw1G4aLqylAAPY |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlDvZ&sid=E3BWBjhw1G4aLqylAAPY |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlE-3&sid=VitUnLCoX2zZXA55AAPi |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlE1A&sid=WaxgMIye2adhnXFEAAPZ |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlE1R&sid=WaxgMIye2adhnXFEAAPZ |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEDx&sid=prjgqqom4dXggX_KAAPa |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEE7&sid=prjgqqom4dXggX_KAAPa |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEec&sid=JIgq-0zGnyBXTLdLAAPe |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEeV&sid=JIgq-0zGnyBXTLdLAAPe |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEgv&sid=0kmB-AdRvWHpK_pkAAPf |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEh5&sid=0kmB-AdRvWHpK_pkAAPf |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlELv&sid=DnnEwMWNVp1B8nq-AAPc |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEM1&sid=DnnEwMWNVp1B8nq-AAPc |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEQ0&sid=PhA0_LZYyY2qjtUGAAPb |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEq9&sid=M9hlCt4Ic-cpn3r2AAPg |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEqd&sid=M9hlCt4Ic-cpn3r2AAPg |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEV6&sid=PhA0_LZYyY2qjtUGAAPb |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEX6&sid=XryMSlBrNbDXSDr6AAPd |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEXC&sid=XryMSlBrNbDXSDr6AAPd |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEyc&sid=z20kic6YlWZkbMGPAAPh |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEys&sid=z20kic6YlWZkbMGPAAPh |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEzt&sid=VitUnLCoX2zZXA55AAPi |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlF5H&sid=t6eh_8pZi3TBC5d9AAPj |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlF5Y&sid=t6eh_8pZi3TBC5d9AAPj |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFDQ&sid=VgJzcIJyLNujMckLAAPk |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFE5&sid=XoLO05I9xnrfixd0AAPl |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFEM&sid=XoLO05I9xnrfixd0AAPl |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFfD&sid=imrQKpPwRggb1oA7AAPq |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFfS&sid=imrQKpPwRggb1oA7AAPq |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFHm&sid=afIQOpNWurZ8iJHKAAPm |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFi-&sid=OLzg0g6-h9wdQ-3cAAPr |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFIb&sid=afIQOpNWurZ8iJHKAAPm |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFj8&sid=OLzg0g6-h9wdQ-3cAAPr |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFJf&sid=VgJzcIJyLNujMckLAAPk |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFqp&sid=vwBRgh8pIXrY1CQfAAPs |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFr6&sid=vwBRgh8pIXrY1CQfAAPs |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFsA&sid=otwR8gBQR4BQI8HOAAPt |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFsO&sid=otwR8gBQR4BQI8HOAAPt |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFSq&sid=Q-Q1sMoXBiilRVx7AAPn |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFT4&sid=h1aDsQvssUsnOV8iAAPo |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFT6&sid=Q-Q1sMoXBiilRVx7AAPn |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFTZ&sid=h1aDsQvssUsnOV8iAAPo |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFVx&sid=dxsXIZ8EigtSY1CBAAPp |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFWs&sid=dxsXIZ8EigtSY1CBAAPp |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFy-&sid=0F7uTf06tCi-ES4HAAPu |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFzA&sid=0F7uTf06tCi-ES4HAAPu |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlG3u&sid=3ABIgZY2_X2hF6CxAAPw |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlG4N&sid=3ABIgZY2_X2hF6CxAAPw |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlG6o&sid=ZOIbmBEAxiwP_c_cAAPx |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlG6u&sid=ZOIbmBEAxiwP_c_cAAPx |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlG8D&sid=5gKpdX2ikDgAwi0nAAPv |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlG8w&sid=flkNKP8LZQ_btNSwAAPy |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlG99&sid=flkNKP8LZQ_btNSwAAPy |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGap&sid=q8ysrcVo39zGsrgLAAP0 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGBz&sid=lMi1LLORxj_vbureAAPz |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGcJ&sid=tUi1HTwj19E4UcuhAAP2 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGCN&sid=lMi1LLORxj_vbureAAPz |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGdC&sid=tUi1HTwj19E4UcuhAAP2 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGGw&sid=5gKpdX2ikDgAwi0nAAPv |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGia&sid=qyc3S1bzXUwVZQCMAAP3 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGjn&sid=qyc3S1bzXUwVZQCMAAP3 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGjW&sid=q8ysrcVo39zGsrgLAAP0 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGq4&sid=RTcetdUfGstb0FQqAAP4 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGr5&sid=RTcetdUfGstb0FQqAAP4 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGSF&sid=vftSH3Pfmv80yOzwAAP1 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGSn&sid=vftSH3Pfmv80yOzwAAP1 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGxN&sid=b2DdkwwI4NcFYG2nAAP6 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGy2&sid=b2DdkwwI4NcFYG2nAAP6 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGyR&sid=xygcxqQ4huzWg4-BAAP5 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlH-7&sid=ml1ao8v4cuml4Wi9AAQH |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlH-l&sid=KDA8nf2K7v6RLHc3AAQG |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlH-o&sid=ml1ao8v4cuml4Wi9AAQH |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlH3K&sid=DFCOFOKHfQw2wZHtAAP8 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlH4t&sid=DFCOFOKHfQw2wZHtAAP8 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlH6I&sid=xygcxqQ4huzWg4-BAAP5 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHAo&sid=ndkPiWrRe5nIEJI4AAP7 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHf7&sid=bcXkvZnPpDDeCVhGAAP9 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHip&sid=fWZFk6156I-i5E1oAAQC |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHIZ&sid=ndkPiWrRe5nIEJI4AAP7 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHlx&sid=gAwvaZbx5gbQz72sAAQD |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHMQ&sid=x6nDxVTax6vGA86sAAP- |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHmT&sid=gAwvaZbx5gbQz72sAAQD |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHNG&sid=x6nDxVTax6vGA86sAAP- |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHNV&sid=MP_GDjBTJjGBuWYkAAP_ |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHOP&sid=MP_GDjBTJjGBuWYkAAP_ |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHSg&sid=bcXkvZnPpDDeCVhGAAP9 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHTx&sid=CgR6Lxb3JTmzRjS_AAQA |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHUo&sid=CgR6Lxb3JTmzRjS_AAQA |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHVO&sid=rdyLyw3VTWoc6gi3AAQB |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHW7&sid=rdyLyw3VTWoc6gi3AAQB |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHym&sid=fWZFk6156I-i5E1oAAQC |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHyQ&sid=2xdFr-jOTNnGx95uAAQE |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHzg&sid=KDA8nf2K7v6RLHc3AAQG |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlI1u&sid=ilAiuyGz_eZq0_whAAQI |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlI2r&sid=ilAiuyGz_eZq0_whAAQI |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlI52&sid=NbeNWz2HHqPJ3vqhAAQF |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlI6x&sid=yBy2l8L-NkNVhl7UAAQJ |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlI7F&sid=yBy2l8L-NkNVhl7UAAQJ |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlI8k&sid=2xdFr-jOTNnGx95uAAQE |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIeI&sid=VlARxzIrkxfZDx_EAAQM |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIh0&sid=mjzPVL-wEqmyup1wAAQR |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIh6&sid=VasCDL_UY-Ng_aj1AAQQ |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIHA&sid=NbeNWz2HHqPJ3vqhAAQF |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIhc&sid=qhM_4WSgRaBJI-PXAAQS |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIhe&sid=VasCDL_UY-Ng_aj1AAQQ |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIhU&sid=mjzPVL-wEqmyup1wAAQR |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIi7&sid=qhM_4WSgRaBJI-PXAAQS |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIj8&sid=aljHj5YGlxcTOOtOAAQT |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIjS&sid=aljHj5YGlxcTOOtOAAQT |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIJy&sid=Eul8VS2buSExV1O8AAQK |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIL3&sid=aRckLS0iLcm2Xja0AAQL |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIL6&sid=Eul8VS2buSExV1O8AAQK |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlILa&sid=aRckLS0iLcm2Xja0AAQL |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIRi&sid=VlARxzIrkxfZDx_EAAQM |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIU-&sid=5jzpHb_P2Ng9fjT0AAQO |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIUG&sid=PnBmoxwEAZfQ5AXnAAQN |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIut&sid=HsVcNO0TlNiyh5NdAAQV |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIv2&sid=LawiyZ5tAmvL-fQuAAQU |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIVb&sid=PnBmoxwEAZfQ5AXnAAQN |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIVi&sid=5jzpHb_P2Ng9fjT0AAQO |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIvX&sid=HsVcNO0TlNiyh5NdAAQV |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIWv&sid=3ZBXnz_BZeO60MvvAAQP |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIXr&sid=3ZBXnz_BZeO60MvvAAQP |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJ-4&sid=tRxtfR823HbfYLR_AAQn |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJ-s&sid=tRxtfR823HbfYLR_AAQn |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJ2U&sid=2JATY7eoRI3LqEypAAQW |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJ2z&sid=2JATY7eoRI3LqEypAAQW |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJ3S&sid=LawiyZ5tAmvL-fQuAAQU |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJ8y&sid=KJ8uo1d-1CPflBaIAAQZ |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJ9i&sid=SFPH25Ng83HgZoPlAAQY |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJ9R&sid=KJ8uo1d-1CPflBaIAAQZ |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJaP&sid=EU5UC27CpduGQjWvAAQg |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJCT&sid=SFPH25Ng83HgZoPlAAQY |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJen&sid=hmwZD-981LpzQy6AAAQh |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJgk&sid=lAAWpvtVD2PzgH_LAAQX |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJHA&sid=GI1Jsaq57AZx0-o5AAQb |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJHV&sid=xqYJZ0UHrlECJFgXAAQa |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJit&sid=CCA3IZUtCyMdcUNRAAQc |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJIw&sid=GI1Jsaq57AZx0-o5AAQb |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJli&sid=KB76TMaN_uZHQYZaAAQi |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJn3&sid=KB76TMaN_uZHQYZaAAQi |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJNl&sid=h2LqnHiuIe0TjhEaAAQd |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJO0&sid=lAAWpvtVD2PzgH_LAAQX |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJOI&sid=h2LqnHiuIe0TjhEaAAQd |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJQR&sid=CCA3IZUtCyMdcUNRAAQc |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJrj&sid=hmwZD-981LpzQy6AAAQh |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJry&sid=sYlt6xZw9iTfIWF3AAQj |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJtD&sid=sYlt6xZw9iTfIWF3AAQj |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJuY&sid=dl_uaskHM7n5y3JhAAQk |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJVh&sid=MS1PjGNbX9rnA8QwAAQe |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJvQ&sid=dl_uaskHM7n5y3JhAAQk |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJVT&sid=MS1PjGNbX9rnA8QwAAQe |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJvv&sid=Xoa1n0NH0ublxQ-PAAQl |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJWk&sid=XDEUsMLB6tP-VSiSAAQf |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJXG&sid=XDEUsMLB6tP-VSiSAAQf |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJxY&sid=Xoa1n0NH0ublxQ-PAAQl |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJy3&sid=wCn3OA3vCveoH4y6AAQm |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJY9&sid=xqYJZ0UHrlECJFgXAAQa |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJyf&sid=wCn3OA3vCveoH4y6AAQm |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJZR&sid=EU5UC27CpduGQjWvAAQg |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlK-h&sid=bUYSsvLFBOk1d4weAAQ8 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlK-Q&sid=bUYSsvLFBOk1d4weAAQ8 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlK5d&sid=jem2UaaLoKVjVufAAAQo |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlK5s&sid=jem2UaaLoKVjVufAAAQo |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlK9C&sid=VwcDzWTmnJK_UnUrAAQp |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlK9k&sid=VwcDzWTmnJK_UnUrAAQp |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlK_l&sid=kzYj91xw0-Y4mpHsAAQ9 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKAE&sid=hSTrrnc_mUoaP3u4AAQq |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKB6&sid=GpTPpHREB4gRX9MCAAQr |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKBn&sid=GpTPpHREB4gRX9MCAAQr |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKCz&sid=hSTrrnc_mUoaP3u4AAQq |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKD3&sid=iOaWPnFIV2X2ebxLAAQs |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKer&sid=BvR4cXupqAN8Jr0LAAQ0 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKF0&sid=iOaWPnFIV2X2ebxLAAQs |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKfH&sid=BvR4cXupqAN8Jr0LAAQ0 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKfr&sid=EdeQFewpX-RZXWmUAAQ1 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKfX&sid=EdeQFewpX-RZXWmUAAQ1 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKhd&sid=zZSlo0zrLoCecvnjAAQ2 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKhE&sid=zZSlo0zrLoCecvnjAAQ2 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKkj&sid=qv0dQ0girQ8Vx9dJAAQ3 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKl6&sid=qv0dQ0girQ8Vx9dJAAQ3 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKLF&sid=dxKpk50sKeNMr-4ZAAQt |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKLM&sid=LAd4hO5POkGboypIAAQu |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKm8&sid=7HNnscuM1JMBOkM6AAQ4 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKma&sid=7HNnscuM1JMBOkM6AAQ4 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKMj&sid=LAd4hO5POkGboypIAAQu |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKMM&sid=dxKpk50sKeNMr-4ZAAQt |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKMx&sid=vG5K8tqsYVtMxnrsAAQv |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKoe&sid=FpJTaUJdz8MV0mZzAAQ6 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKOP&sid=vG5K8tqsYVtMxnrsAAQv |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKQX&sid=7VZ7TEZJox8EwU6KAAQw |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKRW&sid=djBZVu3jzLikL787AAQx |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKSU&sid=5X8gHk2e4-U5TpWLAAQy |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKT7&sid=djBZVu3jzLikL787AAQx |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKTQ&sid=5X8gHk2e4-U5TpWLAAQy |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKUS&sid=7VZ7TEZJox8EwU6KAAQw |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKuu&sid=1EsodZj8ffg9ntRUAAQ7 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKvB&sid=1EsodZj8ffg9ntRUAAQ7 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKXI&sid=IFxcZ7VG9ZkSU6C3AAQz |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKxj&sid=FpJTaUJdz8MV0mZzAAQ6 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKXZ&sid=IFxcZ7VG9ZkSU6C3AAQz |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKyL&sid=aKYZOvpwkD43rp8mAAQ5 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlL-3&sid=1P6eDbNmHmf0LpKQAARI |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlL0O&sid=kzYj91xw0-Y4mpHsAAQ9 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlL5F&sid=aKYZOvpwkD43rp8mAAQ5 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlL5n&sid=RigHVh3DBbP-ka53AAQ- |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlL5S&sid=RigHVh3DBbP-ka53AAQ- |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlL7n&sid=BgnefZux0PV2LXlQAAQ_ |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlL7R&sid=BgnefZux0PV2LXlQAAQ_ |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLdf&sid=CHbjZqEZojIarKmHAARJ |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLDz&sid=JI53bQvabT2ZOJXhAARB |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLe3&sid=c2eGbFKBfpc7qtOnAARK |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLeA&sid=CHbjZqEZojIarKmHAARJ |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLEE&sid=JI53bQvabT2ZOJXhAARB |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLEu&sid=FV7aKEz_8H0zs1GZAARD |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLEZ&sid=dD_jsTrIc8A2IwleAARC |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLfG&sid=c2eGbFKBfpc7qtOnAARK |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLFS&sid=dD_jsTrIc8A2IwleAARC |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLGa&sid=r2FQMzPvtR8BK15AAARA |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLKD&sid=r2FQMzPvtR8BK15AAARA |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLLb&sid=T24mv-oSP-uveuijAARE |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLlM&sid=1P6eDbNmHmf0LpKQAARI |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLNG&sid=T24mv-oSP-uveuijAARE |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLoj&sid=rBx0xLAmzxJCC5yAAARM |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLp7&sid=rBx0xLAmzxJCC5yAAARM |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLpO&sid=-ZH9Ub6WBQqXu8-mAARN |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLqm&sid=-ZH9Ub6WBQqXu8-mAARN |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLqW&sid=g0zBgvo_f5VjicIqAARO |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLre&sid=g0zBgvo_f5VjicIqAARO |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLsT&sid=XHMyvZyiN7acQEL5AARP |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLSV&sid=CJkwxEnCaBaap12VAARF |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLT1&sid=CJkwxEnCaBaap12VAARF |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLuG&sid=I--DHRtOdfleaqW0AARQ |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLUr&sid=FV7aKEz_8H0zs1GZAARD |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLuY&sid=XHMyvZyiN7acQEL5AARP |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLVn&sid=peDzpa-bdJeFaAd5AARG |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLW6&sid=peDzpa-bdJeFaAd5AARG |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLxU&sid=4BM9cptDNqnDjAi_AARR |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLz0&sid=4BM9cptDNqnDjAi_AARR |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLZK&sid=k9Ew9joFLakkYDmTAARH |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLZs&sid=k9Ew9joFLakkYDmTAARH |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM-u&sid=wISIXx8dgkm8BBYGAARo |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM0w&sid=H-OxLV7nKYRmmzFkAARS |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM1L&sid=H-OxLV7nKYRmmzFkAARS |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM2k&sid=rYYMtMWqR9WpfQmzAART |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM2T&sid=rYYMtMWqR9WpfQmzAART |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM38&sid=OHCa-yYyBOSezmxOAARL |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM6M&sid=xrSNPr0VdKCTJ1rWAARU |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM9C&sid=xrSNPr0VdKCTJ1rWAARU |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM_k&sid=WHujuCcTDqlCIdDXAARp |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM_S&sid=wISIXx8dgkm8BBYGAARo |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMaA&sid=IHzpeGfsn5-dEPV6AARf |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMac&sid=IHzpeGfsn5-dEPV6AARf |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMAN&sid=ppQqKpGvRVHKAUklAARV |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMBI&sid=ppQqKpGvRVHKAUklAARV |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMcf&sid=oi0xcH7y67Kl5Z-pAARh |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMCu&sid=kJZcm763Vb6EQeI3AARW |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMcU&sid=yYTJMK9kn_skUBHTAARg |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMdC&sid=oi0xcH7y67Kl5Z-pAARh |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMdo&sid=hl34BwemywRw8eCKAARi |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMdO&sid=yYTJMK9kn_skUBHTAARg |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMFF&sid=UCrcaF7O5PsJlPn0AARX |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMfq&sid=jxYuJxlImo3xn4ZPAARj |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMfX&sid=hl34BwemywRw8eCKAARi |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMG2&sid=UCrcaF7O5PsJlPn0AARX |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMgf&sid=gZ4SCpNP3AzkAp7-AARc |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMgN&sid=jxYuJxlImo3xn4ZPAARj |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMHl&sid=cS_epBkTsLUtgdWqAARY |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMJA&sid=cS_epBkTsLUtgdWqAARY |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMJQ&sid=QxE4DjeezQpNc--rAARZ |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMJv&sid=QxE4DjeezQpNc--rAARZ |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMKj&sid=mNxVNf8GNgVwruHeAARa |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMLm&sid=OHCa-yYyBOSezmxOAARL |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMLo&sid=mNxVNf8GNgVwruHeAARa |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMn1&sid=MmfKvowZ9X4quRJgAARl |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMnk&sid=iDWJGMPoi2FMB-EnAARk |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMnl&sid=MmfKvowZ9X4quRJgAARl |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMnX&sid=iDWJGMPoi2FMB-EnAARk |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMqc&sid=LLZjk1No5Riz9w1hAARm |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMR4&sid=nBa8vfXAzSSRG_WNAARb |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMrM&sid=LLZjk1No5Riz9w1hAARm |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMT7&sid=nBa8vfXAzSSRG_WNAARb |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMuj&sid=gZ4SCpNP3AzkAp7-AARc |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMvx&sid=1B0Q6wO8AAqWs1uqAARn |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMwh&sid=1B0Q6wO8AAqWs1uqAARn |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMYE&sid=G9VvibCnTsht6CZ_AARd |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMYr&sid=G9VvibCnTsht6CZ_AARd |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMZF&sid=KDvV2Oe-I2OGpRBcAARe |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMZn&sid=KDvV2Oe-I2OGpRBcAARe |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlN0a&sid=dvo7gM8h0Dp3YJ_4AARq |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlN0b&sid=WHujuCcTDqlCIdDXAARp |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlN15&sid=dvo7gM8h0Dp3YJ_4AARq |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlN7s&sid=ChFMkTL_D2KntuEtAARr |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlN7w&sid=KEdWtABAuiE726y4AARs |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNab&sid=TWViwa1D2Bt92pMVAARv |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNAc&sid=ChFMkTL_D2KntuEtAARr |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNC_&sid=OGaPv74R8TUmeY1PAARt |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNE3&sid=OGaPv74R8TUmeY1PAARt |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNFL&sid=uYLkeaGXGOuThT0pAARu |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNFx&sid=uYLkeaGXGOuThT0pAARu |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNgo&sid=3U439QfBMGeCJdvbAARy |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNiH&sid=Lmlqvw1LW0YKG5bLAAR1 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNOr&sid=ao-2hLq1FqAtoeWlAARx |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNPj&sid=ao-2hLq1FqAtoeWlAARx |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNpk&sid=Jl2OQZQxskvXn1ExAAR2 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNPr&sid=3U439QfBMGeCJdvbAARy |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNqA&sid=TWViwa1D2Bt92pMVAARv |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNqE&sid=Jl2OQZQxskvXn1ExAAR2 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNuW&sid=qg-3ZLNBEfOvF4-ZAARw |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNVI&sid=21JWBx0fqxAJbrS3AAR0 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNVT&sid=ZBOwbk16O9q-qmxQAARz |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNWB&sid=qg-3ZLNBEfOvF4-ZAARw |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNWs&sid=21JWBx0fqxAJbrS3AAR0 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlO26&sid=eWyxE85IE7CdCjadAAR4 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlO36&sid=eWyxE85IE7CdCjadAAR4 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlO3v&sid=3vKVsYagPcx2ZhxAAAR6 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlO44&sid=Lmlqvw1LW0YKG5bLAAR1 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlO4P&sid=3vKVsYagPcx2ZhxAAAR6 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOdp&sid=ZdChOju9uTkbHxajAAR8 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOe4&sid=0725lvs2r_c0SKotAAR5 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOeh&sid=9W2vFugdO2rKXpt1AASC |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOFO&sid=b9gei5B4trmMDebYAAR3 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOgl&sid=9W2vFugdO2rKXpt1AASC |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOGO&sid=DttLk7RVryQZo-LTAAR7 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOgz&sid=q0y8D_KnYhNlqtloAASE |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOHM&sid=HKYqoMD_64YsdLHtAAR9 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOhW&sid=bY1Mo7MyO5my0wM8AASD |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOIb&sid=HKYqoMD_64YsdLHtAAR9 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOic&sid=q0y8D_KnYhNlqtloAASE |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOip&sid=9tSvZf8uJK5F3r1-AASB |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOj8&sid=Qgy3ZltCeHxh5SRnAAR_ |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOjx&sid=bY1Mo7MyO5my0wM8AASD |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOPy&sid=bGe6WbAAXFnQ2fJiAAR- |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOQC&sid=0725lvs2r_c0SKotAAR5 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlORR&sid=bGe6WbAAXFnQ2fJiAAR- |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlORr&sid=ZdChOju9uTkbHxajAAR8 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOSI&sid=DttLk7RVryQZo-LTAAR7 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOth&sid=UDe37jwKb_t6-KKBAASG |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOTK&sid=h2Fo-jMLb590zjbIAASA |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOul&sid=UDe37jwKb_t6-KKBAASG |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOUN&sid=h2Fo-jMLb590zjbIAASA |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOVf&sid=b9gei5B4trmMDebYAAR3 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOwv&sid=KouIhOX_vg-I9aS7AASH |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOxY&sid=KouIhOX_vg-I9aS7AASH |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOzK&sid=Qgy3ZltCeHxh5SRnAAR_ |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOzr&sid=9tSvZf8uJK5F3r1-AASB |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlP5_&sid=R4_9JUAvQIc3UfkPAASJ |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlP8G&sid=R4_9JUAvQIc3UfkPAASJ |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPaE&sid=ItijGpKcpZgkEfSWAASS |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPCC&sid=oKU7t-PUgZTSaRetAASL |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPDv&sid=UseeSnVMM8WlENaSAASF |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPE7&sid=oKU7t-PUgZTSaRetAASL |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPGf&sid=myrUO4_oSxcgKNcoAASM |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPGX&sid=VwN5C1SALZfUFZUzAASN |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPHJ&sid=myrUO4_oSxcgKNcoAASM |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPIt&sid=VwN5C1SALZfUFZUzAASN |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPkt&sid=eoofo1GsCFTD15YuAASP |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPOg&sid=_Tyzc9AIjz6oCChIAASO |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPqa&sid=ItijGpKcpZgkEfSWAASS |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPQF&sid=bghygVRKxoMUEAOYAASK |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPrx&sid=UseeSnVMM8WlENaSAASF |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPsY&sid=2OYzCD9wi1h8W8k9AASU |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPtK&sid=2OYzCD9wi1h8W8k9AASU |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPTY&sid=YEDdouW5ds0zJK-AAASQ |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPVe&sid=YEDdouW5ds0zJK-AAASQ |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPYz&sid=_Tyzc9AIjz6oCChIAASO |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQ0s&sid=dzrkHyb0gTig9n0AAAST |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQ0T&sid=GAvmZ_xx3UU1SXjSAASW |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQ1f&sid=GAvmZ_xx3UU1SXjSAASW |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQ5f&sid=hE9-ohIJmyZACaTEAASV |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQ8s&sid=0DHgNWptiXQF9LoxAASX |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQ_Q&sid=L-XAkO5Svh0lks-lAASg |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQAV&sid=0DHgNWptiXQF9LoxAASX |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQCb&sid=8yV7VSva5_O1o7N9AASY |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQcY&sid=41BkydnhjPYfT5F3AASe |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQdG&sid=41BkydnhjPYfT5F3AASe |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQDK&sid=8yV7VSva5_O1o7N9AASY |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQGb&sid=hE9-ohIJmyZACaTEAASV |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQGF&sid=ym0eaoVCE2Rhg_BaAASR |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQHU&sid=2pMXHM2VukfgeAiuAASZ |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQI8&sid=bghygVRKxoMUEAOYAASK |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQKb&sid=2pMXHM2VukfgeAiuAASZ |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQKe&sid=dzrkHyb0gTig9n0AAAST |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQOM&sid=eoofo1GsCFTD15YuAASP |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQrJ&sid=Q3Q_asx2CWa9XPpKAASb |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQU-&sid=7OygKPNMJ6sM4-yEAASa |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQUO&sid=7OygKPNMJ6sM4-yEAASa |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQv6&sid=Tlt2ilIbWvZ8QhYNAASh |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQw8&sid=_9qfP6Gn0wotRdwIAASc |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQwD&sid=Tlt2ilIbWvZ8QhYNAASh |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQXM&sid=ym0eaoVCE2Rhg_BaAASR |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQXN&sid=_9qfP6Gn0wotRdwIAASc |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQXn&sid=FgBfXtnKV_r-wQKlAASd |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQYM&sid=FgBfXtnKV_r-wQKlAASd |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlR93&sid=ySH95D6Fgr1gd8C2AASf |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRBA&sid=XsA86bnXesuAOl7xAASj |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRBq&sid=L-XAkO5Svh0lks-lAASg |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRCk&sid=kToHIBf6_pY3MIdRAASl |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRcL&sid=4DH1w-0n-C_07vORAASp |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRcy&sid=4DH1w-0n-C_07vORAASp |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRDa&sid=kToHIBf6_pY3MIdRAASl |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRE_&sid=Q3Q_asx2CWa9XPpKAASb |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRf3&sid=5If92psTLS7df3ezAASi |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRfN&sid=EJwPvY3KZD7PXhMaAASk |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRKr&sid=ySH95D6Fgr1gd8C2AASf |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRNJ&sid=EJwPvY3KZD7PXhMaAASk |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRog&sid=2YMT4SpD98YXrrHKAASq |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRpJ&sid=2YMT4SpD98YXrrHKAASq |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRR5&sid=XsA86bnXesuAOl7xAASj |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRrK&sid=RbigjsTh5bNYaYrDAASr |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRsE&sid=RbigjsTh5bNYaYrDAASr |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRVK&sid=nP8B6sgJXzfSw5dQAASn |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRVX&sid=nP8B6sgJXzfSw5dQAASn |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRZ3&sid=5If92psTLS7df3ezAASi |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlS2v&sid=LlgKfA4kYreLeGH9AASv |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlS3w&sid=LlgKfA4kYreLeGH9AASv |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlSFk&sid=NivdwRwJ5zugJKaGAASy |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlSGK&sid=NivdwRwJ5zugJKaGAASy |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlSm3&sid=bbYN5ca2Bl7d5A83AAS0 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlSmI&sid=bbYN5ca2Bl7d5A83AAS0 |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlSRc&sid=7lM0bAEWFTO8qzUHAASz |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlSRV&sid=7lM0bAEWFTO8qzUHAASz |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | Apache/2.4.59 |
| Other Info | There is a chance that the highlight in the finding is on a value in the headers, versus the actual matched string in the response body. |
| Instances | 440 |
| Solution |
Configure the server to prevent such information leaks. For example:
Under Tomcat this is done via the "server" directive and implementation of custom error pages.
Under Apache this is done via the "ServerSignature" and "ServerTokens" directives.
|
| Reference | https://owasp.org/www-project-web-security-testing-guide/v41/4-Web_Application_Security_Testing/08-Testing_for_Error_Handling/ |
| CWE Id | 200 |
| WASC Id | 13 |
| Plugin Id | 10009 |
|
Low |
Private IP Disclosure |
|---|---|
| Description |
A private IP (such as 10.x.x.x, 172.x.x.x, 192.168.x.x) or an Amazon EC2 private hostname (for example, ip-10-0-56-78) has been found in the HTTP response body. This information might be helpful for further attacks targeting internal systems.
|
| URL | http://localhost/rest/admin/application-configuration |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 192.168.99.100:3000 |
| Other Info | 192.168.99.100:3000 192.168.99.100:4200 |
| Instances | 1 |
| Solution |
Remove the private IP address from the HTTP response body. For comments, use JSP/ASP/PHP comment instead of HTML/JavaScript comment which can be seen by client browsers.
|
| Reference | https://tools.ietf.org/html/rfc1918 |
| CWE Id | 200 |
| WASC Id | 13 |
| Plugin Id | 2 |
|
Low |
Timestamp Disclosure - Unix |
|---|---|
| Description |
A timestamp was disclosed by the application/web server - Unix
|
| URL | http://localhost/main.js |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1734944650 |
| Other Info | 1734944650, which evaluates to: 2024-12-23 04:04:10 |
| URL | http://localhost/rest/admin/application-configuration |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1969196030 |
| Other Info | 1969196030, which evaluates to: 2032-05-26 10:53:50 |
| URL | http://localhost/rest/admin/application-configuration |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1970691216 |
| Other Info | 1970691216, which evaluates to: 2032-06-12 18:13:36 |
| URL | http://localhost/rest/products/search?q= |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1969196030 |
| Other Info | 1969196030, which evaluates to: 2032-05-26 10:53:50 |
| URL | http://localhost/rest/products/search?q= |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1970691216 |
| Other Info | 1970691216, which evaluates to: 2032-06-12 18:13:36 |
| Instances | 5 |
| Solution |
Manually confirm that the timestamp data is not sensitive, and that the data cannot be aggregated to disclose exploitable patterns.
|
| Reference | https://cwe.mitre.org/data/definitions/200.html |
| CWE Id | 200 |
| WASC Id | 13 |
| Plugin Id | 10096 |
|
Low |
X-Content-Type-Options Header Missing |
|---|---|
| Description |
The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing.
|
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlCeP&sid=ptv8FaO60ar6xEmoAAPS |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlCvp |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlCZ3 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlD03 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlD4P&sid=CPUgLkuhAcRZLPO2AAPU |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlDcs |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlDdJ |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlDdY&sid=q1sSEFsCdBlkPjpWAAPW |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlDhz&sid=_0nm9TMtgn-HBlokAAPX |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlDJp |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlDK8&sid=QyIY_Q22EVcC-GRpAAPV |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlDva&sid=E3BWBjhw1G4aLqylAAPY |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlDvP |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlE09 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEDk |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEeL |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEeW&sid=JIgq-0zGnyBXTLdLAAPe |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEgT |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEK8 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlELd |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEpK |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEQ3&sid=PhA0_LZYyY2qjtUGAAPb |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEWl |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEX8&sid=XryMSlBrNbDXSDr6AAPd |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEyD |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEza |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlF3z |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlF5K&sid=t6eh_8pZi3TBC5d9AAPj |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlF7g |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFDa |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFDS&sid=VgJzcIJyLNujMckLAAPk |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFE7&sid=XoLO05I9xnrfixd0AAPl |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFeN |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFGr |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFiZ |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFqq&sid=vwBRgh8pIXrY1CQfAAPs |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFqU |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFra |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFS9 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFSf |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFVl |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFVy&sid=dxsXIZ8EigtSY1CBAAPp |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFyZ |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFz0&sid=0F7uTf06tCi-ES4HAAPu |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlG-g |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlG0X |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlG2J |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlG3v&sid=3ABIgZY2_X2hF6CxAAPw |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlG41 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlG6c |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlG6q&sid=ZOIbmBEAxiwP_c_cAAPx |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlG82 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlG8I&sid=5gKpdX2ikDgAwi0nAAPv |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGaF |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGat&sid=q8ysrcVo39zGsrgLAAP0 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGC8&sid=lMi1LLORxj_vbureAAPz |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGcU&sid=tUi1HTwj19E4UcuhAAP2 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGgT |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGin&sid=qyc3S1bzXUwVZQCMAAP3 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGoo |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGPc |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGq5&sid=RTcetdUfGstb0FQqAAP4 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGQa |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGr3 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGSG&sid=vftSH3Pfmv80yOzwAAP1 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGvz |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGxX&sid=b2DdkwwI4NcFYG2nAAP6 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGyU&sid=xygcxqQ4huzWg4-BAAP5 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlH-8&sid=ml1ao8v4cuml4Wi9AAQH |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlH1S |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlH3A |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHAq&sid=ndkPiWrRe5nIEJI4AAP7 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHGh |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHiu&sid=fWZFk6156I-i5E1oAAQC |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHkS |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHKt |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHl_&sid=gAwvaZbx5gbQz72sAAQD |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHm9 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHMS&sid=x6nDxVTax6vGA86sAAP- |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHNX&sid=MP_GDjBTJjGBuWYkAAP_ |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHSj&sid=bcXkvZnPpDDeCVhGAAP9 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHTG |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHTm |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHWS |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHxc |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHxI |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHya&sid=2xdFr-jOTNnGx95uAAQE |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHzD |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHzr&sid=KDA8nf2K7v6RLHc3AAQG |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlI0M |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlI1w&sid=ilAiuyGz_eZq0_whAAQI |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlI6E |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlI73&sid=yBy2l8L-NkNVhl7UAAQJ |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIff |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIgK |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIgL |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIh1&sid=mjzPVL-wEqmyup1wAAQR |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIhB&sid=VasCDL_UY-Ng_aj1AAQQ |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIik |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIJ- |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIj9&sid=aljHj5YGlxcTOOtOAAQT |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIJP |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIK0&sid=Eul8VS2buSExV1O8AAQK |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlILa |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIlr |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlITG |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIUa |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIUE |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIuL |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIUV&sid=PnBmoxwEAZfQ5AXnAAQN |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIV1&sid=5jzpHb_P2Ng9fjT0AAQO |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIv4&sid=LawiyZ5tAmvL-fQuAAQU |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJ20 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJ2W&sid=2JATY7eoRI3LqEypAAQW |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJ45 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJ4p |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJ77 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJ8z&sid=KJ8uo1d-1CPflBaIAAQZ |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJBM |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJcB |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJep&sid=hmwZD-981LpzQy6AAAQh |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJGS |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJHC&sid=GI1Jsaq57AZx0-o5AAQb |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJIe |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJJV |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJkm |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJlj&sid=KB76TMaN_uZHQYZaAAQi |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJMw |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJq_ |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJrT |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJs4&sid=sYlt6xZw9iTfIWF3AAQj |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJsz |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJUy |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJVV&sid=MS1PjGNbX9rnA8QwAAQe |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJWm&sid=XDEUsMLB6tP-VSiSAAQf |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJwX |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJYQ |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJzE |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJZj&sid=EU5UC27CpduGQjWvAAQg |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlK-g |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlK-Q.0&sid=bUYSsvLFBOk1d4weAAQ8 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlK5G |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlK8D |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlK9P |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlK_m&sid=kzYj91xw0-Y4mpHsAAQ9 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKAU |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKCQ |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKde |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKDp |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKEm |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKet&sid=BvR4cXupqAN8Jr0LAAQ0 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKfD |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKgm |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKgO |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKj1 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKKO |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKko&sid=qv0dQ0girQ8Vx9dJAAQ3 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKLJ&sid=dxKpk50sKeNMr-4ZAAQt |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKMj |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKmU |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKo6 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKPM |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKRw |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKRX&sid=djBZVu3jzLikL787AAQx |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKuH |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKux&sid=1EsodZj8ffg9ntRUAAQ7 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKWA |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKXI.0&sid=IFxcZ7VG9ZkSU6C3AAQz |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKyN&sid=aKYZOvpwkD43rp8mAAQ5 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKzy |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlL4x |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlL5Y&sid=RigHVh3DBbP-ka53AAQ- |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlL6m |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlL8n |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLbu |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLCt |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLcu |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLCZ |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLD-&sid=JI53bQvabT2ZOJXhAARB |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLdE |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLe5&sid=c2eGbFKBfpc7qtOnAARK |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLEv&sid=FV7aKEz_8H0zs1GZAARD |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLGd&sid=r2FQMzPvtR8BK15AAARA |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLl4 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLLD |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLlS&sid=1P6eDbNmHmf0LpKQAARI |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLnr |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLol&sid=rBx0xLAmzxJCC5yAAARM |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLoS |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLp4 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLpT&sid=-ZH9Ub6WBQqXu8-mAARN |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLRc |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLrD |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLSb&sid=CJkwxEnCaBaap12VAARF |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLto |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLu9 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLuH&sid=I--DHRtOdfleaqW0AARQ |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLUx |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLVn.0&sid=peDzpa-bdJeFaAd5AARG |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLX0 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLxk&sid=4BM9cptDNqnDjAi_AARR |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM-L |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM-r |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM-v&sid=wISIXx8dgkm8BBYGAARo |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM09 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM0x&sid=H-OxLV7nKYRmmzFkAARS |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM1l |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM5G |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM9V |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM_m&sid=WHujuCcTDqlCIdDXAARp |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM_u |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMAT&sid=ppQqKpGvRVHKAUklAARV |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMbf |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMBY |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMc8 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMcq |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMDM&sid=kJZcm763Vb6EQeI3AARW |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMdr |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlME2 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMFG&sid=UCrcaF7O5PsJlPn0AARX |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMFo |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMHs&sid=cS_epBkTsLUtgdWqAARY |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMIg |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMJW |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMkv |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMmQ |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMnD&sid=MmfKvowZ9X4quRJgAARl |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMow |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMPc |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMqg&sid=LLZjk1No5Riz9w1hAARm |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMRX |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMtp |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMVA |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMwD&sid=1B0Q6wO8AAqWs1uqAARn |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMXz |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMYG&sid=G9VvibCnTsht6CZ_AARd |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMYP |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMZJ&sid=KDvV2Oe-I2OGpRBcAARe |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlN7-&sid=KEdWtABAuiE726y4AARs |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlN7F |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlN7x&sid=ChFMkTL_D2KntuEtAARr |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNA3 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNES |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNFM&sid=uYLkeaGXGOuThT0pAARu |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNiI&sid=Lmlqvw1LW0YKG5bLAAR1 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNJh |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNJq |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNMe |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNo7 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNP4&sid=ao-2hLq1FqAtoeWlAARx |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNpo&sid=Jl2OQZQxskvXn1ExAAR2 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNQD&sid=3U439QfBMGeCJdvbAARy |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNRq |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNT7 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNU_ |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNVS&sid=21JWBx0fqxAJbrS3AAR0 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNVV&sid=ZBOwbk16O9q-qmxQAARz |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNx6 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlO0P |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlO1k |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlO29&sid=eWyxE85IE7CdCjadAAR4 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlO2K |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlO3F |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOd9 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOen&sid=9W2vFugdO2rKXpt1AASC |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOeo |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOF4 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOF6 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOFl&sid=b9gei5B4trmMDebYAAR3 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOfO |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOGS&sid=DttLk7RVryQZo-LTAAR7 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOhB&sid=q0y8D_KnYhNlqtloAASE |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOHN&sid=HKYqoMD_64YsdLHtAAR9 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOOf |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOQD&sid=bGe6WbAAXFnQ2fJiAAR- |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOQF&sid=0725lvs2r_c0SKotAAR5 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlORh |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOrm |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlORY |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOsr |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOtn&sid=UDe37jwKb_t6-KKBAASG |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOUs |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOwF |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOwy&sid=KouIhOX_vg-I9aS7AASH |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlP0h |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlP0y |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlP6B&sid=R4_9JUAvQIc3UfkPAASJ |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlP79 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlP9t |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPaX&sid=ItijGpKcpZgkEfSWAASS |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPba |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPCc |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPCI&sid=oKU7t-PUgZTSaRetAASL |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPDr |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPGi&sid=myrUO4_oSxcgKNcoAASM |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPHZ&sid=VwN5C1SALZfUFZUzAASN |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPJ3 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPl1&sid=eoofo1GsCFTD15YuAASP |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPLS |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPOr&sid=_Tyzc9AIjz6oCChIAASO |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPps |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPQH&sid=bghygVRKxoMUEAOYAASK |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPRo |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPs- |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPsa&sid=2OYzCD9wi1h8W8k9AASU |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPSm |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPtf |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPVh |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQ0V&sid=GAvmZ_xx3UU1SXjSAASW |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQ0z&sid=dzrkHyb0gTig9n0AAAST |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQ5h&sid=hE9-ohIJmyZACaTEAASV |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQ7l |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQ80 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQ9E&sid=0DHgNWptiXQF9LoxAASX |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQbH |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQBS |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQca&sid=41BkydnhjPYfT5F3AASe |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQCe&sid=8yV7VSva5_O1o7N9AASY |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQI3&sid=2pMXHM2VukfgeAiuAASZ |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQim |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQnf |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQqx |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQrM&sid=Q3Q_asx2CWa9XPpKAASb |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQsV |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQTy |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQUa&sid=7OygKPNMJ6sM4-yEAASa |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQv9&sid=Tlt2ilIbWvZ8QhYNAASh |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQVM |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQW0 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQxH |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQXJ |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQXX&sid=_9qfP6Gn0wotRdwIAASc |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQyn |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlR8X |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlR9Z&sid=ySH95D6Fgr1gd8C2AASf |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRaU |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRBD&sid=XsA86bnXesuAOl7xAASj |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRbn |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRCD |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRcM&sid=4DH1w-0n-C_07vORAASp |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRCm&sid=kToHIBf6_pY3MIdRAASl |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRiW |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRmX |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRn7 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRNV&sid=EJwPvY3KZD7PXhMaAASk |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRom&sid=2YMT4SpD98YXrrHKAASq |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRpw |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRUX |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRVM&sid=nP8B6sgJXzfSw5dQAASn |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRVz |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRZD&sid=5If92psTLS7df3ezAASi |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlS0N |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlS1N |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlS2w&sid=LlgKfA4kYreLeGH9AASv |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlS5D |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlSEk |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlSFs&sid=NivdwRwJ5zugJKaGAASy |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlSlm |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlSm5&sid=bbYN5ca2Bl7d5A83AAS0 |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlSRE |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlSRX&sid=7lM0bAEWFTO8qzUHAASz |
| Method | GET |
| Parameter | x-content-type-options |
| Attack | |
| Evidence | |
| Other Info | This issue still applies to error type pages (401, 403, 500, etc.) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type. At "High" threshold this scan rule will not alert on client or server error responses. |
| Instances | 361 |
| Solution |
Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.
If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing.
|
| Reference |
https://learn.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/compatibility/gg622941(v=vs.85)
https://owasp.org/www-community/Security_Headers |
| CWE Id | 693 |
| WASC Id | 15 |
| Plugin Id | 10021 |
|
Informational |
Base64 Disclosure |
|---|---|
| Description |
Base64 encoded data was disclosed by the application/web server. Note: in the interests of performance not all base64 strings in the response were analyzed individually, the entire response should be looked at by the analyst/security team/developer(s).
|
| URL | http://localhost/main.js |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1AbKfgvw9psQ41NbLi8kufDQTezwG8DRZm |
| Other Info | ��~����S[./$���M����f |
| URL | http://localhost/vendor.js |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ |
| Other Info | �]�㞻�֛qן���Y�����ۯ�� �Q� ��0ӏA�QU�a |
| Instances | 2 |
| Solution |
Manually confirm that the Base64 data does not leak sensitive information, and that the data cannot be aggregated/used to exploit other vulnerabilities.
|
| Reference | https://projects.webappsec.org/w/page/13246936/Information%20Leakage |
| CWE Id | 200 |
| WASC Id | 13 |
| Plugin Id | 10094 |
|
Informational |
Information Disclosure - Suspicious Comments |
|---|---|
| Description |
The response appears to contain suspicious comments which may help an attacker. Note: Matches made within script blocks or files are against the entire content not only comments.
|
| URL | http://localhost/main.js |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | query |
| Other Info | The following pattern was used: \bQUERY\b and was detected in the element starting with: ""use strict";(self.webpackChunkfrontend=self.webpackChunkfrontend||[]).push([[179],{4550:(X,W,c)=>{c.d(W,{e:()=>s});var k=c(2340", see evidence field for the suspicious comment/snippet. |
| URL | http://localhost/vendor.js |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | query |
| Other Info | The following pattern was used: \bQUERY\b and was detected in the element starting with: "(self.webpackChunkfrontend=self.webpackChunkfrontend||[]).push([[736],{9187:(At,ae,d)=>{"use strict";d.d(ae,{Xy:()=>J,ne:()=>Be,", see evidence field for the suspicious comment/snippet. |
| Instances | 2 |
| Solution |
Remove all comments that return information that may help an attacker and fix any underlying problems they refer to.
|
| Reference | |
| CWE Id | 200 |
| WASC Id | 13 |
| Plugin Id | 10027 |
|
Informational |
Modern Web Application |
|---|---|
| Description |
The application appears to be a modern web application. If you need to explore it automatically then the Ajax Spider may well be more effective than the standard one.
|
| URL | http://localhost/ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | <script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js"></script> |
| Other Info | No links have been found while there are scripts, which is an indication that this is a modern web application. |
| URL | http://localhost/sitemap.xml |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | <script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js"></script> |
| Other Info | No links have been found while there are scripts, which is an indication that this is a modern web application. |
| Instances | 2 |
| Solution |
This is an informational alert and so no changes are required.
|
| Reference | |
| CWE Id | |
| WASC Id | |
| Plugin Id | 10109 |
|
Informational |
Storable and Cacheable Content |
|---|---|
| Description |
The response contents are storable by caching components such as proxy servers, and may be retrieved directly from the cache, rather than from the origin server by the caching servers, in response to similar requests from other users. If the response data is sensitive, personal or user-specific, this may result in sensitive information being leaked. In some cases, this may even result in a user gaining complete control of the session of another user, depending on the configuration of the caching components in use in their environment. This is primarily an issue where "shared" caching servers such as "proxy" caches are configured on the local network. This configuration is typically found in corporate or educational environments, for instance.
|
| URL | http://localhost/api/Challenges/?name=Score%20Board |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/api/Quantitys/ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/rest/admin/application-configuration |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/rest/admin/application-version |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/rest/captcha/ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/rest/languages |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/rest/products/search?q= |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/rest/user/whoami |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/robots.txt |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlCeP&sid=ptv8FaO60ar6xEmoAAPS |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlCvp |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlCZ3 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlD03 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlD4P&sid=CPUgLkuhAcRZLPO2AAPU |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlDcs |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlDdJ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlDdY&sid=q1sSEFsCdBlkPjpWAAPW |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlDhz&sid=_0nm9TMtgn-HBlokAAPX |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlDJp |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlDK8&sid=QyIY_Q22EVcC-GRpAAPV |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlDva&sid=E3BWBjhw1G4aLqylAAPY |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlDvP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlE09 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEDk |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEeL |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEeW&sid=JIgq-0zGnyBXTLdLAAPe |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEgT |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEK8 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlELd |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEpK |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEQ3&sid=PhA0_LZYyY2qjtUGAAPb |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEWl |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEX8&sid=XryMSlBrNbDXSDr6AAPd |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEyD |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlEza |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlF3z |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlF5K&sid=t6eh_8pZi3TBC5d9AAPj |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlF7g |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFDa |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFDS&sid=VgJzcIJyLNujMckLAAPk |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFE7&sid=XoLO05I9xnrfixd0AAPl |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFeN |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFGr |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFiZ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFqq&sid=vwBRgh8pIXrY1CQfAAPs |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFqU |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFra |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFS9 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFSf |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFVl |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFVy&sid=dxsXIZ8EigtSY1CBAAPp |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFyZ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlFz0&sid=0F7uTf06tCi-ES4HAAPu |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlG-g |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlG0X |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlG2J |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlG3v&sid=3ABIgZY2_X2hF6CxAAPw |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlG41 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlG6c |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlG6q&sid=ZOIbmBEAxiwP_c_cAAPx |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlG82 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlG8I&sid=5gKpdX2ikDgAwi0nAAPv |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGaF |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGat&sid=q8ysrcVo39zGsrgLAAP0 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGC8&sid=lMi1LLORxj_vbureAAPz |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGcU&sid=tUi1HTwj19E4UcuhAAP2 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGgT |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGin&sid=qyc3S1bzXUwVZQCMAAP3 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGoo |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGPc |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGq5&sid=RTcetdUfGstb0FQqAAP4 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGQa |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGr3 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGSG&sid=vftSH3Pfmv80yOzwAAP1 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGvz |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGxX&sid=b2DdkwwI4NcFYG2nAAP6 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlGyU&sid=xygcxqQ4huzWg4-BAAP5 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlH-8&sid=ml1ao8v4cuml4Wi9AAQH |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlH1S |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlH3A |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHAq&sid=ndkPiWrRe5nIEJI4AAP7 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHGh |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHiu&sid=fWZFk6156I-i5E1oAAQC |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHkS |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHKt |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHl_&sid=gAwvaZbx5gbQz72sAAQD |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHm9 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHMS&sid=x6nDxVTax6vGA86sAAP- |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHNX&sid=MP_GDjBTJjGBuWYkAAP_ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHSj&sid=bcXkvZnPpDDeCVhGAAP9 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHTG |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHTm |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHWS |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHxc |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHxI |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHya&sid=2xdFr-jOTNnGx95uAAQE |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHzD |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlHzr&sid=KDA8nf2K7v6RLHc3AAQG |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlI0M |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlI1w&sid=ilAiuyGz_eZq0_whAAQI |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlI6E |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlI73&sid=yBy2l8L-NkNVhl7UAAQJ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIff |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIgK |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIgL |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIh1&sid=mjzPVL-wEqmyup1wAAQR |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIhB&sid=VasCDL_UY-Ng_aj1AAQQ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIik |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIJ- |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIj9&sid=aljHj5YGlxcTOOtOAAQT |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIJP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIK0&sid=Eul8VS2buSExV1O8AAQK |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlILa |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIlr |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlITG |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIUa |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIUE |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIuL |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIUV&sid=PnBmoxwEAZfQ5AXnAAQN |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIV1&sid=5jzpHb_P2Ng9fjT0AAQO |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlIv4&sid=LawiyZ5tAmvL-fQuAAQU |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJ20 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJ2W&sid=2JATY7eoRI3LqEypAAQW |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJ45 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJ4p |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJ77 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJ8z&sid=KJ8uo1d-1CPflBaIAAQZ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJBM |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJcB |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJep&sid=hmwZD-981LpzQy6AAAQh |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJGS |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJHC&sid=GI1Jsaq57AZx0-o5AAQb |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJIe |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJJV |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJkm |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJlj&sid=KB76TMaN_uZHQYZaAAQi |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJMw |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJq_ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJrT |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJs4&sid=sYlt6xZw9iTfIWF3AAQj |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJsz |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJUy |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJVV&sid=MS1PjGNbX9rnA8QwAAQe |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJWm&sid=XDEUsMLB6tP-VSiSAAQf |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJwX |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJYQ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJzE |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlJZj&sid=EU5UC27CpduGQjWvAAQg |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlK-g |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlK-Q.0&sid=bUYSsvLFBOk1d4weAAQ8 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlK5G |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlK8D |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlK9P |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlK_m&sid=kzYj91xw0-Y4mpHsAAQ9 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKAU |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKCQ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKde |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKDp |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKEm |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKet&sid=BvR4cXupqAN8Jr0LAAQ0 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKfD |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKgm |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKgO |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKj1 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKKO |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKko&sid=qv0dQ0girQ8Vx9dJAAQ3 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKLJ&sid=dxKpk50sKeNMr-4ZAAQt |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKMj |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKmU |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKo6 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKPM |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKRw |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKRX&sid=djBZVu3jzLikL787AAQx |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKuH |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKux&sid=1EsodZj8ffg9ntRUAAQ7 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKWA |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKXI.0&sid=IFxcZ7VG9ZkSU6C3AAQz |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKyN&sid=aKYZOvpwkD43rp8mAAQ5 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlKzy |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlL4x |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlL5Y&sid=RigHVh3DBbP-ka53AAQ- |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlL6m |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlL8n |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLbu |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLCt |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLcu |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLCZ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLD-&sid=JI53bQvabT2ZOJXhAARB |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLdE |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLe5&sid=c2eGbFKBfpc7qtOnAARK |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLEv&sid=FV7aKEz_8H0zs1GZAARD |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLGd&sid=r2FQMzPvtR8BK15AAARA |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLl4 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLLD |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLlS&sid=1P6eDbNmHmf0LpKQAARI |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLnr |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLol&sid=rBx0xLAmzxJCC5yAAARM |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLoS |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLp4 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLpT&sid=-ZH9Ub6WBQqXu8-mAARN |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLRc |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLrD |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLSb&sid=CJkwxEnCaBaap12VAARF |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLto |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLu9 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLuH&sid=I--DHRtOdfleaqW0AARQ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLUx |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLVn.0&sid=peDzpa-bdJeFaAd5AARG |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLX0 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlLxk&sid=4BM9cptDNqnDjAi_AARR |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM-L |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM-r |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM-v&sid=wISIXx8dgkm8BBYGAARo |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM09 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM0x&sid=H-OxLV7nKYRmmzFkAARS |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM1l |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM5G |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM9V |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM_m&sid=WHujuCcTDqlCIdDXAARp |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlM_u |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMAT&sid=ppQqKpGvRVHKAUklAARV |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMbf |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMBY |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMc8 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMcq |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMDM&sid=kJZcm763Vb6EQeI3AARW |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMdr |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlME2 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMFG&sid=UCrcaF7O5PsJlPn0AARX |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMFo |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMHs&sid=cS_epBkTsLUtgdWqAARY |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMIg |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMJW |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMkv |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMmQ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMnD&sid=MmfKvowZ9X4quRJgAARl |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMow |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMPc |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMqg&sid=LLZjk1No5Riz9w1hAARm |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMRX |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMtp |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMVA |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMwD&sid=1B0Q6wO8AAqWs1uqAARn |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMXz |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMYG&sid=G9VvibCnTsht6CZ_AARd |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMYP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlMZJ&sid=KDvV2Oe-I2OGpRBcAARe |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlN7-&sid=KEdWtABAuiE726y4AARs |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlN7F |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlN7x&sid=ChFMkTL_D2KntuEtAARr |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNA3 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNES |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNFM&sid=uYLkeaGXGOuThT0pAARu |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNiI&sid=Lmlqvw1LW0YKG5bLAAR1 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNJh |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNJq |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNMe |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNo7 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNP4&sid=ao-2hLq1FqAtoeWlAARx |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNpo&sid=Jl2OQZQxskvXn1ExAAR2 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNQD&sid=3U439QfBMGeCJdvbAARy |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNRq |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNT7 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNU_ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNVS&sid=21JWBx0fqxAJbrS3AAR0 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNVV&sid=ZBOwbk16O9q-qmxQAARz |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlNx6 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlO0P |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlO1k |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlO29&sid=eWyxE85IE7CdCjadAAR4 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlO2K |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlO3F |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOd9 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOen&sid=9W2vFugdO2rKXpt1AASC |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOeo |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOF4 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOF6 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOFl&sid=b9gei5B4trmMDebYAAR3 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOfO |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOGS&sid=DttLk7RVryQZo-LTAAR7 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOhB&sid=q0y8D_KnYhNlqtloAASE |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOHN&sid=HKYqoMD_64YsdLHtAAR9 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOOf |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOQD&sid=bGe6WbAAXFnQ2fJiAAR- |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOQF&sid=0725lvs2r_c0SKotAAR5 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlORh |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOrm |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlORY |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOsr |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOtn&sid=UDe37jwKb_t6-KKBAASG |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOUs |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOwF |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlOwy&sid=KouIhOX_vg-I9aS7AASH |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlP0h |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlP0y |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlP6B&sid=R4_9JUAvQIc3UfkPAASJ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlP79 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlP9t |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPaX&sid=ItijGpKcpZgkEfSWAASS |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPba |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPCc |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPCI&sid=oKU7t-PUgZTSaRetAASL |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPDr |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPGi&sid=myrUO4_oSxcgKNcoAASM |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPHZ&sid=VwN5C1SALZfUFZUzAASN |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPJ3 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPl1&sid=eoofo1GsCFTD15YuAASP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPLS |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPOr&sid=_Tyzc9AIjz6oCChIAASO |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPps |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPQH&sid=bghygVRKxoMUEAOYAASK |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPRo |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPs- |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPsa&sid=2OYzCD9wi1h8W8k9AASU |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPSm |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPtf |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlPVh |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQ0V&sid=GAvmZ_xx3UU1SXjSAASW |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQ0z&sid=dzrkHyb0gTig9n0AAAST |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQ5h&sid=hE9-ohIJmyZACaTEAASV |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQ7l |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQ80 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQ9E&sid=0DHgNWptiXQF9LoxAASX |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQbH |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQBS |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQca&sid=41BkydnhjPYfT5F3AASe |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQCe&sid=8yV7VSva5_O1o7N9AASY |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQI3&sid=2pMXHM2VukfgeAiuAASZ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQim |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQnf |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQqx |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQrM&sid=Q3Q_asx2CWa9XPpKAASb |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQsV |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQTy |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQUa&sid=7OygKPNMJ6sM4-yEAASa |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQv9&sid=Tlt2ilIbWvZ8QhYNAASh |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQVM |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQW0 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQxH |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQXJ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQXX&sid=_9qfP6Gn0wotRdwIAASc |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlQyn |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlR8X |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlR9Z&sid=ySH95D6Fgr1gd8C2AASf |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRaU |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRBD&sid=XsA86bnXesuAOl7xAASj |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRbn |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRCD |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRcM&sid=4DH1w-0n-C_07vORAASp |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRCm&sid=kToHIBf6_pY3MIdRAASl |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRiW |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRmX |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRn7 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRNV&sid=EJwPvY3KZD7PXhMaAASk |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRom&sid=2YMT4SpD98YXrrHKAASq |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRpw |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRUX |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRVM&sid=nP8B6sgJXzfSw5dQAASn |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRVz |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlRZD&sid=5If92psTLS7df3ezAASi |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlS0N |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlS1N |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlS2w&sid=LlgKfA4kYreLeGH9AASv |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlS5D |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlSEk |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlSFs&sid=NivdwRwJ5zugJKaGAASy |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlSlm |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlSm5&sid=bbYN5ca2Bl7d5A83AAS0 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlSRE |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| URL | http://localhost/socket.io/?EIO=4&transport=polling&t=O-nlSRX&sid=7lM0bAEWFTO8qzUHAASz |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | In the absence of an explicitly specified caching lifetime directive in the response, a liberal lifetime heuristic of 1 year was assumed. This is permitted by rfc7234. |
| Instances | 370 |
| Solution |
Validate that the response does not contain sensitive, personal or user-specific information. If it does, consider the use of the following HTTP response headers, to limit, or prevent the content being stored and retrieved from the cache by another user:
Cache-Control: no-cache, no-store, must-revalidate, private
Pragma: no-cache
Expires: 0
This configuration directs both HTTP 1.0 and HTTP 1.1 compliant caching servers to not store the response, and to not retrieve the response (without validation) from the cache, in response to a similar request.
|
| Reference |
https://datatracker.ietf.org/doc/html/rfc7234
https://datatracker.ietf.org/doc/html/rfc7231 https://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html |
| CWE Id | 524 |
| WASC Id | 13 |
| Plugin Id | 10049 |
|
Informational |
Storable but Non-Cacheable Content |
|---|---|
| Description |
The response contents are storable by caching components such as proxy servers, but will not be retrieved directly from the cache, without validating the request upstream, in response to similar requests from other users.
|
| URL | http://localhost/ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | max-age=0 |
| Other Info | |
| URL | http://localhost/assets/i18n/en.json |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | max-age=0 |
| Other Info | |
| URL | http://localhost/assets/public/favicon_js.ico |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | max-age=0 |
| Other Info | |
| URL | http://localhost/assets/public/images/hackingInstructor.png |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | max-age=0 |
| Other Info | |
| URL | http://localhost/assets/public/images/JuiceShop_Logo.png |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | max-age=0 |
| Other Info | |
| URL | http://localhost/assets/public/images/products/apple_juice.jpg |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | max-age=0 |
| Other Info | |
| URL | http://localhost/assets/public/images/products/apple_pressings.jpg |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | max-age=0 |
| Other Info | |
| URL | http://localhost/assets/public/images/products/artwork2.jpg |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | max-age=0 |
| Other Info | |
| URL | http://localhost/assets/public/images/products/banana_juice.jpg |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | max-age=0 |
| Other Info | |
| URL | http://localhost/assets/public/images/products/carrot_juice.jpeg |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | max-age=0 |
| Other Info | |
| URL | http://localhost/assets/public/images/products/eggfruit_juice.jpg |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | max-age=0 |
| Other Info | |
| URL | http://localhost/assets/public/images/products/fan_facemask.jpg |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | max-age=0 |
| Other Info | |
| URL | http://localhost/assets/public/images/products/fruit_press.jpg |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | max-age=0 |
| Other Info | |
| URL | http://localhost/assets/public/images/products/green_smoothie.jpg |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | max-age=0 |
| Other Info | |
| URL | http://localhost/assets/public/images/products/lemon_juice.jpg |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | max-age=0 |
| Other Info | |
| URL | http://localhost/assets/public/images/products/melon_bike.jpeg |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | max-age=0 |
| Other Info | |
| URL | http://localhost/assets/public/images/products/permafrost.jpg |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | max-age=0 |
| Other Info | |
| URL | http://localhost/font-mfizz.woff |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | max-age=0 |
| Other Info | |
| URL | http://localhost/main.js |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | max-age=0 |
| Other Info | |
| URL | http://localhost/MaterialIcons-Regular.woff2 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | max-age=0 |
| Other Info | |
| URL | http://localhost/polyfills.js |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | max-age=0 |
| Other Info | |
| URL | http://localhost/runtime.js |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | max-age=0 |
| Other Info | |
| URL | http://localhost/sitemap.xml |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | max-age=0 |
| Other Info | |
| URL | http://localhost/styles.css |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | max-age=0 |
| Other Info | |
| URL | http://localhost/vendor.js |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | max-age=0 |
| Other Info | |
| Instances | 25 |
| Solution | |
| Reference |
https://datatracker.ietf.org/doc/html/rfc7234
https://datatracker.ietf.org/doc/html/rfc7231 https://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html |
| CWE Id | 524 |
| WASC Id | 13 |
| Plugin Id | 10049 |